projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2525da
)
Ignore BUILT_FEATURES from main crate
author
Felix Krull
<f_krull@gmx.de>
Wed, 28 Aug 2019 21:23:22 +0000
(23:23 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/conf/ostree.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/conf/ostree.toml
b/rust-bindings/rust/conf/ostree.toml
index 2cc3591aff074a2233d1c292eca261c0120163e9..dfe1daeefc41e53dc86650cd3775bad3c3b49319 100644
(file)
--- a/
rust-bindings/rust/conf/ostree.toml
+++ b/
rust-bindings/rust/conf/ostree.toml
@@
-186,3
+186,8
@@
status = "generate"
# version-dependent constants
pattern = "VERSION|VERSION_S|YEAR_VERSION|RELEASE_VERSION"
ignore = true
+
+ [[object.constant]]
+ # build-dependent constants
+ pattern = "BUILT_FEATURES"
+ ignore = true